home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d10 / pcm_d1.arc / DUALPATH.BAT < prev    next >
DOS Batch File  |  1989-06-12  |  1KB  |  49 lines

  1. echo off
  2. cls
  3. echo  
  4. echo                       ═════════════════════════════
  5. echo                       THE PERSONAL CONTACTS MANAGER
  6. echo                       ═════════════════════════════
  7. echo  
  8. echo               Path setting for Dual Floppy Disk Computers
  9. echo               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  10. echo  
  11. echo  
  12. echo           This program will set your DOS path to drives A and B.
  13. echo  
  14. echo           It will enable the Contacts Manager to run directly
  15. echo           from 2 floppy disks inserted into disk drives A and B.
  16. echo  
  17. echo           If you have a HARD disk, please abort this program by
  18. echo           pressing your CTRL and C keys together. Then say "Y".
  19. echo  
  20. echo  
  21. echo                Now press your ENTER or ─┘ key to continue
  22. echo                                      OR
  23. echo                CTRL and C keys together to terminate, please.
  24. echo   
  25. pause >NUL
  26. cls
  27.  
  28. prompt $p$g
  29. PATH=A:\;B:\
  30.  
  31.  
  32. cls
  33. echo  
  34. echo                   Your DOS PATH should now be set for A and B.
  35. echo  
  36. echo                   To undo this path, please reboot the computer.
  37. echo  
  38. echo                   Note: There is more information on how you can
  39. echo                   set your DOS PATH. See the accompanying manual
  40. echo                   on this disk in the file "ReadMe2.txt".
  41. echo  
  42. echo                   Use "C:\> MANUAL.BAT" to print this documentation.
  43. echo  
  44. echo  
  45. echo  
  46.  
  47.  
  48. 
  49.